03. Quizzes: Java Bytecode

Quizzes: Java Bytecode

Which of the following statements about Java bytecode are true?

SOLUTION:
  • Java Virtual Machines can run programs written in bytecode on any device where they are installed.
  • Bytecode must be stored in a file named after the Java class that the bytecode describes.